Re-exports§
pub use twenty_first;
Modules§
Macros§
- Compile Triton assembly into a list of labelled
Instruction
s. Similar totriton_program!
, it is possible to use string-like interpolation to insert instructions, arguments, labels, or other expressions. - Compile a single Triton assembly instruction into a
LabelledInstruction
. - Compile an entire program written in Triton assembly. Triton VM can run the resulting
Program
; see there for details.